DuplexMode

public enum DuplexMode

Defines which sides of the paper sheet should be used for printing.

Entries

Link copied to clipboard

The duplex mode is unknown.

Link copied to clipboard

One-sided printing.

Link copied to clipboard

Two-sided printing, flipping on the long edge.

Link copied to clipboard

Two-sided printing, flipping on the short edge.

Functions

Link copied to clipboard
public static DuplexMode valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<DuplexMode> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.